-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broker and Trigger use delivery spec for dead letter messaging #723
Broker and Trigger use delivery spec for dead letter messaging #723
Conversation
- Plumbs deliverySpec.BackoffDelay through to the dispatcher
6c5aa04
to
dee0a4e
Compare
Codecov Report
@@ Coverage Diff @@
## main #723 +/- ##
==========================================
+ Coverage 75.38% 76.02% +0.63%
==========================================
Files 32 32
Lines 2397 2419 +22
==========================================
+ Hits 1807 1839 +32
+ Misses 523 511 -12
- Partials 67 69 +2
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Waiting for test to pass to approve
@@ -242,6 +242,7 @@ func (r *Reconciler) reconcileDLXDispatcherDeployment(ctx context.Context, b *ev | |||
Broker: b, | |||
Image: r.dispatcherImage, | |||
//ServiceAccountName string |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit the comment goes in the line below
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gab-satchi, gabo1208 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Note: The dispatcher creation for broker and trigger is very similar. Can be consolidated in a follow-up PR
/kind bug
Release Note